home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Macademic for Students & Teachers
/
Macademic for Students and Teachers (Quantum Leap)(1992).iso
/
Fun & Games
/
CoreWar
/
imp.cannon
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1985-05-18
|
177 b
|
16 lines
|
[
FGHT/CWAR
]
*
* The imp cannon fires off an imp every
* so often.
*
@-1
timer dat 200
*
lup djz fire,timer
jmp -1
*
fire mov #200,timer
spl imp
jmp lup
*
imp mov 0,1